feat: task cancel/resume support and search model combobox#6
Closed
mathieu0905 wants to merge 109 commits into
Closed
feat: task cancel/resume support and search model combobox#6mathieu0905 wants to merge 109 commits into
mathieu0905 wants to merge 109 commits into
Conversation
论文被引画像分析智能体,支持自动爬取施引文献、识别著名学者、生成可视化 HTML 报告。
GitHub does not render HTML files natively; wrap links with htmlpreview.github.io so the reports open directly in the browser.
- Replace navbar SVG placeholder with citationagent_icon.png - Rename hero eyebrow to CITATION AGENT - Force hero description onto one line (white-space: nowrap) - Auto-save ScraperAPI & OpenAI keys on 获取论文列表 and 开始分析
…d state Inline the key-patch directly in fetchScholarPapers so it works on first visit with no prior config, regardless of main.js initialisation order.
…ude config.json and cache
…page badge to README
- Replace README-copy layout with distinctive academic project page style - Add paper-style hero: large title, author names with superscripts, institution, link buttons row - Add TL;DR strip below teaser for quick overview - Add interactive 4-step demo slideshow with left nav + auto-advance (replaces static screenshots) - Capture actual UI screenshot (ui-main.png) with placeholder keys for the slideshow - Features section now uses unified grid with separator borders (more distinctive than cards) - Report examples section uses clickable image cards linking to live demo reports - Update .gitignore to cover ui-full.png and homepage-preview*.png temp files
Made-with: Cursor
…/assets/ and static/
feat: refactor five-phase pipeline into skills runtime
…stant dark theme
- Skills Runtime (v1.0.6): fix asyncio.to_thread bug in phase3/phase5 export/report skills
- Branding: rename to CitationClaw across all pages, navbar, footer, terminal startup, browser tabs
- AI assistant: unify dark theme across index.html and dashboard; replace icon with head_logo.png
- Results panel: two-level folder browser (result-{timestamp}), delete folder support
- Backend: add /api/results/folders, /api/results/list?folder=, DELETE /api/results/folder/{name}
- docs/index.html: update for v1.0.6 (Skills Runtime feature card, pipeline 5 steps, beta tag)
- docs/technical-report.html: add Skills Runtime section (02.5), update hero to beta v1.0.6
- Version bump: 1.0.5 → 1.0.6
…_event in AuthorSearcher
…y_count on non-quota retry path
…in CitingDescriptionSearcher
…ceeded on exhaustion
…author_search, and zero-citations early exit
… parallel quota storms and hangs
- Search Model dropdown now supports custom input (select + text input) - Cancel task properly resets state via asyncio.Task.cancel + CancelledError handling - Resume from in-memory state: cancel → change config → resume picks up with latest config - Resume from result folder: saves _task_meta.json, skips completed phases by checking output files - Results panel shows "恢复" button for folders with task metadata - Resume button saves current UI config before resuming Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
asyncio.Task.cancel()强制终止,Phase 级别文件存在性检查自动跳过已完成阶段_task_meta.json,结果面板显示"恢复"按钮,支持换模型后续跑Test plan
_task_meta.json的文件夹显示恢复按钮 → 点击恢复🤖 Generated with Claude Code